MySqlBinaryString Constructor(Byte[])
In This Topic
Initializes a new instance of the
MySqlBinaryString structure with binary data.
Syntax
|
|---|
'Declaration
Public Function New( _
ByVal () As Byte _
) |
|
|---|
public MySqlBinaryString(
byte[]
) |
Parameters
- buffer
- A buffer that contains binary representation of a string.
See Also